+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
+Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.c (gtk_widget_queue_clear_area):
+ When queueing clears relative to widget->window,
+ actually store widget->window so we know that
+ the coordinates are window-relative.
+
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
height = wheight - y;
}
- gtk_widget_queue_draw_data (widget, x, y, width, height, NULL);
+ gtk_widget_queue_draw_data (widget, x, y, width, height, widget->window);
}
}